Con solo entrar a ese parametro y darle Guardar da este error, se quito la descripcion, se cambio la unidad, se hizo la prueba con otros Alfanumericos y solo con este da error. Que podra ser? Se probo en version 1.8.3.1 y 1.8.4.4 da el mismo error.

System.InvalidOperationException: An object with a key that matches the key of the supplied object could not be found in the ObjectStateManager. Verify that the key values of the supplied object match the key values of the object to which changes must be applied. at System.Data.Objects.ObjectContext.ApplyCurrentValuesTEntity at Aseinfo.Infrastructure.Base.Entity.GenericEntityRepository.UpdateWithoutSavingChangesT in c:VH4InfrastructureBaseEntityGenericEntityRepository.cs:line 183 at Aseinfo.Infrastructure.Base.Entity.EntityServiceBase2.DoUpdate(T entity, Boolean saveChanges) in c:\VH4\Infrastructure\Base\Entity\EntityServiceBase.cs:line 921 at Aseinfo.VH4.General.Controllers.ParametroAplicacionController.SaveParametroAplicacion(ParametroAplicacion entity, Boolean inserting) at Aseinfo.VH4.General.Controllers.ParametroAplicacionController.Edit(ParametroAplicacion entity) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList1 filters, ActionDescriptor actionDescriptor, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

asked 20 May '15, 20:24

FerdyB's gravatar image

FerdyB
955164176178
accept rate: 48%

edited 20 May '15, 20:26


Es porque en la base de datos el campo par_codigo tiene un espacio al final. Lo que hice fue un update con el mismo valor pero sin espacios.

update gen.par_parametros  set par_codigo  = 'VacacionSPCalculoDuracion' where par_codigo like '%VacacionSPCalculoDuracion%'
link

answered 20 May '15, 20:41

Julio%20Flores's gravatar image

Julio Flores
(suspended)
accept rate: 42%

edited 20 May '15, 20:43

Ya se puso un Incidente para resolverlo en el siguiente HotFix. https://aseinfo.atlassian.net/browse/EVO-1977

(20 May '15, 21:42) Fernando Paz ♦♦ Fernando%20Paz's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×38
×4

Asked: 20 May '15, 20:24

Seen: 1,748 times

Last updated: 20 May '15, 21:42

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática